From: Joey Hess Date: Wed, 24 Sep 2025 17:04:51 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~60 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b0cd91c707ea2e3c15cabbf7974026eca75b0bf3;p=git-annex.git update --- diff --git a/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment b/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment index cf6c7cd167..0a5cd38c69 100644 --- a/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment +++ b/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment @@ -17,6 +17,11 @@ This change will fix it: - hashtype="${0##*git-annex-backend-X}" + hashtype="${0##*git-annex-backend-}" +However, since the hash is named "XXHASH", and this is an external backend, +I think the backend name you should really be using is "XXXHASH". This +leaves the "XXHASH" backend name free for git-annex to use if it +implemented it as a built-in backend. + Once you have the program working, we can add it to the list of external backends. """]]